Skip to content

hellcatz/zcash-cli-cockpit

Repository files navigation

zcash-cli-cockpit

zcash-cli cockpit plugin - a browser based wallet ui for zcash based coins

install cockpit

Fedora Server comes with Cockpit installed.

Installing Cockpit in Ubuntu 16.04
http://www.itzgeek.com/how-tos/linux/ubuntu-how-tos/install-cockpit-on-ubuntu-16-04.html

Access cockpit at the following url: https://localhost:9090/

install zcash

https://z.cash/download.html

Follow the Install Guide to build zcash from source.

prepare your linux system

Login to your linux server with your regular user account to get started.

nproc and pidof commands are required to be functioning by this plugin.

zcash-cli-cockpit plugin requires "zcash-cli" executable to be in your system path. It is possible to create a symbolic link to the "zcash-cli" binary.

cd zcash_git_checkout_dir
sudo ln -sr ./src/zcash-cli /usr/bin/zcash-cli

installing zcash-cli-cockpit plugin

Cockpit will search ~/.local/share/cockpit/ directory for plugins.

mkdir ~/.local/share/cockpit/

Change directory and clone the git repository.

cd ~/.local/share/cockpit/
git clone https://github.com/hellcatz/zcash-cli-cockpit

Upgrading? Since there is no official relase at this time, you must "pull" the lastest from "master" using git.

cd ~/.local/share/cockpit/zcash-cli-cockpit
git pull

Open https://localhost:9090/ in your web browser and login to cockpit. Look for a new menu entry under "Tools" called "zcash-cli".

donate to project author hellcatz

ZEC -> t1Qecf6zPTwWQ8eEhMHrux65gPQVYjKVDdq

ZCL -> t1f1xRt73TWgVWJQEFAW6DLwKtwmQvFahrN

KMD -> R9xUuaZcodTmeKFrKdNR25gKgoBE47Jt88

BTC -> 17v5jgu57wGKJnwkhVHvgYhbCVTFt9xXSN

z.cash -> 1.0 Payment API | 1.0 User Guide | Mining Guide | FAQ | Forums

About

zcash-cli cockpit based command line web interface for linux servers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published